DeleteFrom<TK, TV>(Entity<TK, TV>, IDiffstore<TK, TV>)

Method

Namespace: Diffstore

Declared in: Diffstore.EntityExtensions


Deletes this entity from the specified storage.

Syntax

public static void DeleteFrom<TK, TV>(
	Entity<TK, TV> entity,
	IDiffstore<TK, TV> db
)

Parameters

db

Storage in which the entity should be deleted.


Back to index